home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
VRML Browsing & Building Cyberspace
/
VRML - Browsing and Building Cyberspace.iso
/
examples
/
third.wrl
< prev
next >
Wrap
Text File
|
1995-06-14
|
399b
|
19 lines
#VRML V1.0 ascii
# Example three - using the Separator and Material nodes
# Here comes the Sun
# The Separator node groups everything within it together
Separator {
# The material will effect all subsequent nodes
# The sun is yellow, isn't it? Additive color means red + green = yellow
Material {
diffuseColor 1 1 0 # MFColor
}
Sphere {
radius 10 # Big Sun
}
}